#include <deApi.hpp>
Collaboration diagram for deApiFn_ViewportLayout:

Public Member Functions | |
| deApiHandle | Create () |
| void | SetName (const deString &sName) |
| deString & | GetName () |
| void | WriteToFile (const deString &sFileName) |
| void | LoadFromFile (const deString &sFileName) |
| void | SetViewportCount (int iViewports) |
| int | GetViewportCount () |
| void | SetViewportRect (int iViewport, deFloatRect fRect) |
| deFloatRect | GetViewportRect (int iViewport) |
| void | SetViewportName (const deString &sName) |
| deString & | GetViewportName () |
| void | SetViewportCamera (int iViewport, deApiHandle hCamera) |
| deApiHandle | GetViewportCamera (int iViewport) |
Private Attributes | |
| deTArray< deFloatRect > | m_arrayViewportRects |
| deTArray< deString > | m_sViewportNames |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3